func github.com/vmihailenco/msgpack/v5.encodeUint16CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L218: func encodeUint16CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L22: 		reflect.Uint16:        encodeUint16CondValue,